| f | __add__ | f | __add__ |
| n | | n | __buffer__ |
| | | __bytes__ |
| __class__ | | __class__ |
| __contains__ | | __contains__ |
| __delattr__ | | __delattr__ |
| __dir__ | | __dir__ |
| __doc__ | | __doc__ |
| __eq__ | | __eq__ |
| __format__ | | __format__ |
| __ge__ | | __ge__ |
| __getattribute__ | | __getattribute__ |
| __getitem__ | | __getitem__ |
| __getnewargs__ | | __getnewargs__ |
| __getstate__ | | __getstate__ |
| __gt__ | | __gt__ |
| __hash__ | | __hash__ |
| __init__ | | __init__ |
| __init_subclass__ | | __init_subclass__ |
| __iter__ | | __iter__ |
| __le__ | | __le__ |
| __len__ | | __len__ |
| __lt__ | | __lt__ |
| __mod__ | | __mod__ |
| __mul__ | | __mul__ |
| __ne__ | | __ne__ |
| __new__ | | __new__ |
| __reduce__ | | __reduce__ |
| __reduce_ex__ | | __reduce_ex__ |
| __repr__ | | __repr__ |
| __rmod__ | | __rmod__ |
| __rmul__ | | __rmul__ |
| __setattr__ | | __setattr__ |
| __sizeof__ | | __sizeof__ |
| __str__ | | __str__ |
| __subclasshook__ | | __subclasshook__ |
| capitalize | | capitalize |
| n | casefold | n | |
| center | | center |
| count | | count |
| n | encode | n | decode |
| endswith | | endswith |
| expandtabs | | expandtabs |
| find | | find |
| n | format | n | fromhex |
| format_map | | hex |
| index | | index |
| isalnum | | isalnum |
| isalpha | | isalpha |
| isascii | | isascii |
| n | isdecimal | n | |
| isdigit | | isdigit |
| n | isidentifier | n | |
| islower | | islower |
| t | isnumeric | t | |
| isprintable | | |
| isspace | | isspace |
| istitle | | istitle |
| isupper | | isupper |
| join | | join |
| ljust | | ljust |
| lower | | lower |
| lstrip | | lstrip |
| maketrans | | maketrans |
| partition | | partition |
| removeprefix | | removeprefix |
| removesuffix | | removesuffix |
| replace | | replace |
| rfind | | rfind |
| rindex | | rindex |
| rjust | | rjust |
| rpartition | | rpartition |
| rsplit | | rsplit |
| rstrip | | rstrip |
| split | | split |
| splitlines | | splitlines |
| startswith | | startswith |
| strip | | strip |
| swapcase | | swapcase |
| title | | title |
| translate | | translate |
| upper | | upper |
| zfill | | zfill |